home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / hack / 3_1 / sys / unix / snd86unx.shr / READ.ME < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.3 KB  |  40 lines

  1.         Console Speaker Driver Package (v1.1)
  2.  
  3.         by Eric S. Raymond (esr@snark.thyrsus.com)
  4.  
  5. This package gives 80386 machines running SVr3.2 or later the ability to play
  6. tunes on the console speaker. It is structured as a standard installable driver
  7. kit containing the following files:
  8.  
  9. Documentation and examples:
  10. READ.ME        -- this file
  11. speaker.7    -- man page for the driver
  12. playtest    -- test script exercising familiar tunes
  13.  
  14. Installable driver kit parts:
  15. Files        -- list of driver package file locations
  16. Install        -- installation script for driver kit
  17. Master        -- mdevice entry for speaker driver
  18. Name        -- name entry foe speaker driver
  19. Node        -- /dev node specification file
  20. Remove        -- Driver removal script
  21. Size        -- installation size data
  22. System        -- sdevice entry for speaker driver
  23.  
  24. Driver source code:
  25. Makefile    -- Makefile for driver code
  26. spkr.c        -- the driver source
  27. speaker.h    -- ioctl interface file
  28.  
  29. To make the installable code, simply type `make' and wait. The type ./Install
  30. and follow its instructions. You will have to install the man pages by hand.
  31. Be aware that the speaker.7 man page uses tbl(1) constructs.
  32.  
  33. Interesting tunes mailed to the author will be periodically posted in batches
  34. and added to the test script for future versions.
  35.  
  36.             Revision notes
  37.  
  38. 1.1 -- fixed minor bug in M[LSN] interpretation, added octave-tracking.
  39.        Tweaked the playtest examples.
  40.